Class Scenario: Expose single domain entity

10

tests

0

failures

0

ignored

0.131s

duration

100%

successful

Tests

Test Duration Result
And it has no actions 0s passed
And it is exposed at "/hyperstateTest/test/testAccount" 0.002s passed
And it will have a self link referencing "/hyperstateTest/test/testAccount" 0s passed
And it will have no actions 0s passed
And it will have no links apart from "self" 0.001s passed
And it's only link is self link referencing "/hyperstateTest/test/testAccount" 0s passed
Given an "Account" domain entity with 0s passed
Then the response will be an "Account" domain entity with 0s passed
When request is made to "/hyperstateTest/test/testAccount" for an "au.com.mountainpass.hyperstate.server.entities.Account" 0s passed
classMethod 0.128s passed

Standard output

2016-06-27 01:54:05.366  INFO 4286 --- [    Test worker] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [au.com.mountainpass.hyperstate.server.StepDefs]: no resource found for suffixes {-context.xml, Context.groovy}.
2016-06-27 01:54:05.368  INFO 4286 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-06-27 01:54:05.370  INFO 4286 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@65523af3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a0349b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@69b24c05, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2352a301, org.springframework.test.context.transaction.TransactionalTestExecutionListener@57a3903a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@522262b9]
2016-06-27 01:54:05.370  INFO 4286 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@6064acb0] to [cucumber.runtime.java.spring.GlueCodeScope@1f772a17]

  Scenario: Add Relationship                                                        ?[90m# serviceExposer.feature:14?[0m
    ?[32mGiven ?[0m?[32ma Hyperstate controller "?[0m?[32m?[1mhyperstateTestController?[0m?[32m" at "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m   ?[90m# StepDefs.a_Hyperstate_controller_at(String,String)?[0m
    ?[32mAnd ?[0m?[32mthe controller's root has an "?[0m?[32m?[1maccounts?[0m?[32m" link to an "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m ?[90m# StepDefs.the_controller_s_root_has_an_link_to_an_domain_entity(String,String)?[0m
    ?[32mWhen ?[0m?[32mrequest is made to "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m                                       ?[90m# StepDefs.request_is_made_to(String)?[0m
    ?[32mAnd ?[0m?[32mits "?[0m?[32m?[1maccounts?[0m?[32m" link is followed?[0m                                             ?[90m# StepDefs.its_link_is_followed(String)?[0m
    ?[32mThen ?[0m?[32mthe response will be a "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m                            ?[90m# StepDefs.the_response_will_be_an_domain_entity(String)?[0m